Welcome![Sign In][Sign Up]
Location:
Search - udp vc

Search list

[Windows DevelopLANChat

Description: 毕业设计:VC++局域网聊天程序 本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation Project: VC++ LAN chat program using this procedure will be the main program is divided into Socket socket server and client in two parts. Adopted UDP and TCP/IP combination effectively improved the timeliness of data transmission and stability. This procedure is also used in a multi-threaded programming procedures to solve their own congestion.
Platform: | Size: 237568 | Author: sdfads | Hits:

[Internet-Networkvcchat

Description: 基于MFC编写的VC++聊天程序,可以实现TCP/IP以及UDP协议下的点对点聊天.-MFC-based prepared VC++ Chat program, you can achieve TCP/IP and UDP peer-to-peer chatting under the agreement.
Platform: | Size: 64512 | Author: 杨卓荦 | Hits:

[TCP/IP stackvc_socket

Description: vc 6.0 的最简单基本的socket通信例子(含有tcp和udp),可以用vc6.0或者更高版本打开:-)-vc 6.0 The simplest example of the basic socket communication (with tcp and udp), can be used to open vc6.0 or later :-)
Platform: | Size: 7257088 | Author: 何俊斌 | Hits:

[Proxy Server9proxy5

Description: socks v5 服务器源代码,vc实现,运行稳定。支持tcp和udp。-socks v5 server source code, vc achieve stable operation. Support tcp and udp.
Platform: | Size: 36864 | Author: bei | Hits:

[TCP/IP stackUdp

Description: 该程序是基于vc++对话框的程序,可以在局域网中实现udp通信的功能-The program is based on the vc++ Dialog procedure, you can achieve LAN communications function udp
Platform: | Size: 1500160 | Author: 鲜新荣 | Hits:

[Web ServerDNSResolver

Description: VC编写的DNS域名解析器DNSResolver-VC prepared DNS resolver DNSResolver
Platform: | Size: 230400 | Author: 郑贤华 | Hits:

[Windows Developvc_UDP_communication

Description: vc下用SOCKET套接字开发的UDP通信程序,包括发送和接收程序-SOCKET socket vc using UDP communication program development, including the sending and receiving process
Platform: | Size: 1940480 | Author: 小文 | Hits:

[TCP/IP stackudp

Description: 用vc控制台程序实现的UDP通讯的程序,实现简单udp广播发送文件的功能-Vc procedures using the console implementation of UDP communications procedures, easy implementation udp broadcast feature to send documents
Platform: | Size: 19456 | Author: pipi | Hits:

[TCP/IP stackNetSrv

Description: 基于udp的聊天小程序,vc++,sock-Udp-based chat applet, vc++, sock
Platform: | Size: 1175552 | Author: lyq | Hits:

[Internet-NetworktcpServer

Description: tcp udp socket vc++ c#
Platform: | Size: 400384 | Author: jia | Hits:

[VC/MFCVC6SocketsAPI

Description: 用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。 -VC++6.0 using the Sockets API procedures for the realization of a chat room. Txt VC++ on the support network programming socket support, WinInet support, MAPI and ISAPI support. One, Windows Sockets API is TCP/IP network environment, but also for the development of Internet, the most common API. The first University of California, Berkeley campus in UNIX for the TCP/IP protocol has developed an API, the API is well-known Berkeley Socket interface (socket). Into the Windows desktop operating system in the era after the Socket method inherited. In the TCP/IP network communication environment, Socket data transmission is a special kind of I/O, it is equivalent to a file descriptor, open the file with a similar function call in-socket (). Can interpret it this way: Socket is a communication endpoint, through which users can program the Socket and other network applications of Socket Communications. Socket exist in a "communication domain" (as described in the general thread o
Platform: | Size: 3072 | Author: 李涛 | Hits:

[TCP/IP stackudp-protocol

Description: 可用的UDP协议,简单。直接在VC上运行-The UDP protocol can be simple.
Platform: | Size: 24576 | Author: 陈叶 | Hits:

[Internet-Networksocket

Description: 用VC编写的socket,用于文件的收发,UDP协议-VC prepared with socket, used to send and receive documents, UDP protocol
Platform: | Size: 2120704 | Author: 张宏 | Hits:

[Internet-Networkudt.4.4.win32_with_VC6

Description: udt.4.4 支持VC6, linux+vc.net+vc6 UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 由于UDT完全在UDP上实现,它也可以应用在除了高速数据传输之外的其它应用领域,例如点到点技术(P2P),防护墙穿透,多媒体数据传输等等。 UDT由开源软件作者谷云洪在美国伊利诺伊大学芝加哥分校攻读博士期间开发,并由他在毕业后继续维护和升级。UDT的开源软件可以在SourceForge上获取。-udt.4.4, linux+vc.net+vc6. UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks. UDT uses UDP to transfer bulk data with its own reliability control and congestion control mechanisms. The new protocol can transfer data at a much higher speed than TCP does. UDT is also a highly configurable framework that can accommodate various congestion control algorithms
Platform: | Size: 1180672 | Author: JustGO | Hits:

[Internet-NetworkSnifferYU

Description: 自己编写的一个基于winpcap的Sniffer,VC++编译通过,可分析以太网帧头部、ARP、IP、TCP、UDP、ICMP等,界面美观,易于使用-I have written a winpcap based on the Sniffer, VC++ compiler is passed, the head frame can be analyzed Ethernet, ARP, IP, TCP, UDP, ICMP and so on, beautiful interface, easy to use
Platform: | Size: 3829760 | Author: 小余 | Hits:

[Internet-NetworkUDPsocket

Description: 一个例子,用VC实现多线程的SOCKET UDP 通信。-An example of using VC to achieve multithreading SOCKET UDP communication.
Platform: | Size: 22528 | Author: 李洪坛 | Hits:

[Windows DevelopUDPSocket

Description: UDP类QQ聊天系统,VC++,SQL Server,供初学者交流学习使用-AppWizard has created this Communication application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your Communication application.
Platform: | Size: 8162304 | Author: zhangqing | Hits:

[Otherrecv

Description: udp receiver vc++ source code-vc++
Platform: | Size: 1200128 | Author: h | Hits:

[Internet-NetworkTcpSrv

Description: 在vc下的tcpip网络通讯实验,可以相互聊天,发信息-tcpip udp vc
Platform: | Size: 2343936 | Author: 江武志 | Hits:

[Internet-NetworkTCP_UDP-Socket

Description: TCP和UDP 传输源码,还有 select 模型-TCP_UDP Transfer Examples,and Select
Platform: | Size: 3214336 | Author: tony chen | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 31 »

CodeBus www.codebus.net